Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRO-382 | Encode url query paraams #59

Closed
wants to merge 1 commit into from
Closed

GRO-382 | Encode url query paraams #59

wants to merge 1 commit into from

Conversation

JoshuaRogan
Copy link

@JoshuaRogan JoshuaRogan commented Sep 19, 2023

Type of change

  • Bugfix

Description of change

  • Update one of the query string formatting functions fixing GRO-328

Notes

It appears there are multiple query string formatting functions

https://github.com/jwplayer/Prebid.js/blob/master/src/utils.js#L135
https://github.com/jwplayer/Prebid.js/blob/master/src/utils.js#L1186 – doesn’t use encodeURIComponent

Unsure why there are multiple of these functions and wonder if we should migrate it all to URLSearchParams Docs

@karimMourra karimMourra changed the base branch from master to prod-7.54.1 September 20, 2023 21:35
@karimMourra karimMourra changed the base branch from prod-7.54.1 to master September 20, 2023 21:38
@karimMourra
Copy link
Collaborator

The commit has been cherry picked onto branch prod-7.54.1 which is used in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants